Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment annotation
authorDanny Milosavljevic <dannym+a@scratchpost.org>
Sun, 27 Sep 2020 15:03:03 +0000 (15:03 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Sep 2020 15:03:03 +0000 (15:03 +0000)
commit32baa0a54990abec3c60deb0ee8008fbbfc9a809
tree645a65b440a877a03868d2e311bf59df0aeea58f
parent92e551f8958b917885579a6b2cf887aa9546465a
Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment annotation
"inout" for the parameter ITER passed.  This means that bindings would misjudge what
the function does.  In the case of guile-gi, it would be misjudged for a predicate,
see gulie-gi bug 87.
gtk/gtktreestore.c